home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / msi14.zip / M.BAT < prev    next >
DOS Batch File  |  1991-05-10  |  375b  |  28 lines

  1. @echo off
  2.  
  3. msi
  4. goto bypass
  5.  
  6. :menu
  7. msi returning
  8. :bypass
  9. if errorlevel 9 goto DOS
  10. call act
  11. goto getback
  12.  
  13. : create a dos shell 
  14. :DOS
  15. @echo off
  16. cls
  17. echo  
  18. echo      ╔════════════════════════╗
  19. echo      ║  Type "EXIT" to return ║
  20. echo      ║      to MSI Menus.     ║
  21. echo      ╚════════════════════════╝
  22. call command.com
  23. :getback
  24. :c:
  25. :cd \
  26. goto menu
  27.  
  28.